[Containerapp] az containerapp: Update Api-version to 2025-07-01#32179
[Containerapp] az containerapp: Update Api-version to 2025-07-01#32179
az containerapp: Update Api-version to 2025-07-01#32179Conversation
️✔️AzureCLI-FullTest
|
|
Hi @Greedygre, |
️✔️AzureCLI-BreakingChangeTest
|
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
There was a problem hiding this comment.
Pull Request Overview
Updates the Container App module to use the newer API version 2025-07-01 from the previous 2025-01-01 version. This change enables access to new features and enhancements in the latest API.
- Updates core API version constant to 2025-07-01
- Adds new SDK enums for enhanced functionality including workflow support, private endpoints, and provisioning states
- Temporarily disables a test assertion to accommodate API behavior changes
Reviewed Changes
Copilot reviewed 4 out of 104 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
_clients.py |
Updates the CURRENT_API_VERSION constant from 2025-01-01 to 2025-07-01 |
_sdk_enums.py |
Adds multiple new enum classes and values to support new API features |
test_containerapp_env_commands.py |
Comments out a test assertion that may be affected by API changes |
test_containerapp_env_workload_profiles_list_supported.yaml |
Updates test recordings to reflect the new API version and supported versions list |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
Please fix CI issues |
|
About functionapp Test failed, don't know why failed in pipeline, they can pass locally: About these 3 tests, test run with |
…d_environment_add_vnet_error
|
This PR can be merged after {Release} Upgrade to Azure CLI 2.78.0 Update: ready to merge |
|
Please fix CI issues |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
@Greedygre Credential Scanner fails, please fix it |
Hi @bebound |
Create PR: #32274 |
Related command
Description
Testing Guide
History Notes
[Component Name 1] BREAKING CHANGE:
az command a: Make some customer-facing breaking change[Component Name 2]
az command b: Add some customer-facing featureThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.